home *** CD-ROM | disk | FTP | other *** search
/ Enter 2001 April / EnterCD4.iso / Update / SQL Server SP3 / sql70sp3i.exe / X86 / BINN / res / 1033 / sqlmmc.rll / HTML / _TSKPAD.CSS < prev    next >
Encoding:
Cascading Style Sheet File  |  1999-04-12  |  1.2 KB  |  97 lines

  1. /* EXTERNAL STYLE SHEET FOR TASKPAD PAGES */
  2.  
  3. Body
  4.     {
  5.     font-family:Verdana;
  6.     font-weight:normal;
  7.     cursor:default;
  8.     }
  9.  
  10. .divMaster
  11.     {
  12.     position:absolute;
  13.     top:0%;
  14.     left:0%;
  15.     width:100%;
  16.     height:100%;
  17.     visibility:hidden;
  18.     }
  19.  
  20. .divTitle
  21.     {
  22.     position:absolute;
  23.     left:3.3%;
  24.     top:2.6%;
  25.     width:92.8%;
  26.     height:7.2%;
  27.     overflow:hidden;
  28.     font-weight:normal;
  29.     border-bottom-width:1pt;
  30.     border-bottom-style:solid;
  31.     border-bottom-color:windowtext;
  32.     }
  33.  
  34. .divDescription
  35.     {
  36.     position:absolute;
  37.     left:3.3%;
  38.     top:10.6%;
  39.     width:92.8%;
  40.     height:3.8%;
  41.     overflow:hidden;
  42.     }
  43.  
  44. .tdWatermark
  45.     {
  46.     text-align:right;
  47.     font-family:Webdings;
  48.     cursor:default;
  49.     }
  50.  
  51. /* COMMON BUTTON SYMBOL STYLES */
  52.  
  53. .clsSymbolBtn
  54.     {
  55.     font-family:Tahoma;
  56.     font-weight:bold;
  57.     color:threedshadow;
  58.     text-decoration:none;
  59.     cursor:hand;
  60.     }
  61.  
  62. .tdSymbol
  63.     {
  64.     cursor:default;
  65.     }
  66.  
  67. .clsTaskBtn
  68.     {
  69.     cursor:hand;
  70.     }
  71.  
  72. /* COMMON LISTVIEW STYLES */
  73.  
  74. .tblLVTitle
  75.     {
  76.     position:absolute;
  77.     width:100%;
  78.     height:100%;
  79.     valign:middle;
  80.     }
  81.     
  82. .tblLVButton
  83.     {
  84.     position:relative;
  85.     width:100%;
  86.     height:100%;
  87.     valign:middle;
  88.     }
  89.     
  90. .clsLVButton
  91.     {
  92.     background-color:threedhighlight;
  93.     color:threedshadow;
  94.     text-decoration:none;
  95.     cursor:hand;
  96.     }
  97.